home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000026_news@columbia.edu _Mon Feb 21 09:40:20 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA24678
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 21 Feb 2000 09:40:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA02145
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 21 Feb 2000 09:16:09 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Re: Is 8 data bits, even parity, 1 stop bit possible in kermit?
  11. Message-ID: <zLbs4.120$YQ6.6236@news3.voicenet.com>
  12. Date: Mon, 21 Feb 2000 14:14:55 GMT
  13. To: kermit.misc@columbia.edu
  14.  
  15. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  16. > In article <38AC1E96.3719AC34@yk.rim.or.jp>,
  17. > Ishikawa  <ishikawa@yk.rim.or.jp> wrote:
  18. > : I wonder if kermit gurus can help me.
  19. > : 
  20. > : I am trying to see if C-kermit 6.1.193 on Debian GNU/linux can
  21. > : use the following setting:
  22. > :    data 8bits,
  23. > :     even parity,
  24. > :     1 stop bit.
  25. > : 
  26. > First of all, don't use an old Beta version, use the latest release, 7.0:
  27.  
  28. >   http://www.columbia.edu/kermit/ckermit.html
  29.  
  30. an aside:
  31. I downloaded the debian kermit 7  binary a gzip not a deb (I think), and 
  32. it behaves much better than the version 6.? that is included in non-free
  33. with slink (current stable). Though I have had no problems with it, I
  34. was initially suprised that the 7.0  did not read from the system wide
  35. initialization file.  
  36.                                                   
  37.                                                                    Thanks
  38.  
  39. > : I seem to have a problem in that
  40. > :   - if I do set term[TAB] byte[TAB] 8, and see the data size become 8,
  41. > :      but parity is set to none.
  42. > :   - if I do set parity even, the data size is automatically decreased
  43. > :     to 7.
  44. > : 
  45. > : So it seems to me that ckermit refuses the above setting.
  46. > : 
  47. > A new feature of C-Kermit 7.0 is allowance for 8 data bits plus parity:
  48.  
  49. >   http://www.columbia.edu/kermit/ckermit2.html#x2.10
  50.  
  51. > : Or is there a newer version of C-kermit that permits such setting.
  52. > : I installed the ckermit from Debian GNU/Linux pacakge system, which
  53. > : is a little behind the c-kermit distribution as noted in
  54. > : Columbia University's web page.
  55. > : 
  56. > Please encourage Debian to update their package.
  57.  
  58. > - Frank